/*-*-C-*-
 * Copy dialogue box for ResEd shell
 */


#ifndef __defined_copy_h
#define __defined_copy_h


extern error * copy_load_prototypes (void);
extern error * copy_open (DocumentPtr doc, PointPtr position);


#endif
